home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00276.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  640 b   |  31 lines

  1. on mouseUp
  2.   global gStart, gSound
  3.   repeat with x = 9 to 18
  4.     puppetSprite(x, 1)
  5.     set the visible of sprite x to 1
  6.     puppetSprite(x, 0)
  7.   end repeat
  8.   repeat with x = 3 to 7
  9.     puppetSprite(x, 1)
  10.     set the visible of sprite x to 1
  11.     puppetSprite(x, 0)
  12.   end repeat
  13.   puppetSprite(20, 1)
  14.   set the visible of sprite 20 to 1
  15.   puppetSprite(20, 0)
  16.   quitmov()
  17.   updateStage()
  18.   setdef()
  19.   set the soundLevel to gSound
  20.   puppetSound("OPEN.AIF")
  21.   updateStage()
  22.   setbar()
  23.   puppetSprite(4, 0)
  24.   repeat with x = 46 to 47
  25.     puppetSprite(x, 1)
  26.     set the visible of sprite x to 0
  27.     puppetSprite(x, 0)
  28.   end repeat
  29.   go("no")
  30. end
  31.